orc.error.runtime
Class ArgumentTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
orc.error.OrcException
orc.error.runtime.ExecutionException
orc.error.runtime.TokenException
orc.error.runtime.RuntimeTypeException
orc.error.runtime.ArgumentTypeMismatchException
- All Implemented Interfaces:
- java.io.Serializable, Locatable, Located
public class ArgumentTypeMismatchException
- extends RuntimeTypeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArgumentTypeMismatchException
public ArgumentTypeMismatchException(java.lang.String message)
ArgumentTypeMismatchException
public ArgumentTypeMismatchException(int position,
java.lang.String expectedType,
java.lang.String providedType)
ArgumentTypeMismatchException
public ArgumentTypeMismatchException(java.lang.String message,
int position,
java.lang.String expectedType,
java.lang.String providedType)
ArgumentTypeMismatchException
public ArgumentTypeMismatchException(java.lang.ClassCastException e)
ArgumentTypeMismatchException
public ArgumentTypeMismatchException(int position,
java.lang.ClassCastException e)