org.ujac.util.exi
Class TypeCastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.template.TemplateException
                  extended by org.ujac.util.exi.ExpressionException
                      extended by org.ujac.util.exi.TypeCastException
All Implemented Interfaces:
Serializable

public class TypeCastException
extends ExpressionException

Name: TypeCastException
Description: An exception that is thrown in case a type cast failed.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
TypeCastException()
          Constructs a TypeCastException instance with no specific attributes.
TypeCastException(String msg)
          Constructs a TypeCastException instance with specific attributes.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeCastException

public TypeCastException()
Constructs a TypeCastException instance with no specific attributes.


TypeCastException

public TypeCastException(String msg)
Constructs a TypeCastException instance with specific attributes.

Parameters:
msg - The error message.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.