Serialized Form
-
Package autumn.lang.compiler.exceptions
-
Exception autumn.lang.compiler.exceptions.IncompleteNodeException
class IncompleteNodeException extends RuntimeException implements Serializable-
Serialized Fields
-
parent
IConstruct parent
-
-
-
Exception autumn.lang.compiler.exceptions.RepeatedNodeException
class RepeatedNodeException extends RuntimeException implements Serializable-
Serialized Fields
-
node
IConstruct node
-
-
-
Exception autumn.lang.compiler.exceptions.UnprintableNodeException
class UnprintableNodeException extends RuntimeException implements Serializable-
Serialized Fields
-
node
IConstruct node
-
-
-
-
Package autumn.lang.exceptions
-
Exception autumn.lang.exceptions.AssertionFailedException
class AssertionFailedException extends RuntimeException implements Serializable-
Serialized Fields
-
file
String file
This is the path to the source-code file that contains the assertion. -
line
int line
This is the index of the line that contains the assertion.
-
-
-
Exception autumn.lang.exceptions.AssumptionFailedException
class AssumptionFailedException extends RuntimeException implements Serializable-
Serialized Fields
-
file
String file
This is the path to the source-code file that contains the assumption. -
line
int line
This is the index of the line that contains the assumption.
-
-
-
Exception autumn.lang.exceptions.CheckedException
class CheckedException extends RuntimeException implements Serializable -
Exception autumn.lang.exceptions.DispatchException
class DispatchException extends RuntimeException implements Serializable -
Exception autumn.lang.exceptions.UnexpectedTerminationException
class UnexpectedTerminationException extends RuntimeException implements Serializable
-
-
Package autumn.util.test
-
Exception autumn.util.test.MalformedTestException
class MalformedTestException extends RuntimeException implements Serializable
-
-
Package com.mackenziehigh.autumn.lang.compiler.compilers
-
Exception com.mackenziehigh.autumn.lang.compiler.compilers.TypeCheckFailed
class TypeCheckFailed extends RuntimeException implements Serializable
-