Class DefaultNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.inductiveautomation.ignition.common.exceptions.DefaultNotDefinedException
- All Implemented Interfaces:
- Serializable
This is a type of illegalargumentexception that is thrown when some part of the system tries to use a defualt
 "something" which hasn't been specified yet.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DefaultNotDefinedExceptionpublic DefaultNotDefinedException()
 
-