org.schmant.arg
Class ArgumentInterpretationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.schmant.lang.SchmantException
org.schmant.arg.ArgumentInterpretationException
- All Implemented Interfaces:
- Serializable
public class ArgumentInterpretationException
- extends SchmantException
This exception is thrown when an untyped argument cannot be interpreted to
the desired type.
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
ArgumentInterpreter
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArgumentInterpretationException
public ArgumentInterpretationException(String msg)
ArgumentInterpretationException
public ArgumentInterpretationException(Object o,
Class<?> c,
List<String> trace)
ArgumentInterpretationException
public ArgumentInterpretationException(Object o,
String msg,
List<String> trace)
ArgumentInterpretationException
public ArgumentInterpretationException(List<NotInterpretedObject> objects,
Class<?> c)