Package minitex
Class EnvironmentStackUnderflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
minitex.EnvironmentStackUnderflowException
- All Implemented Interfaces:
Serializable
This exception signals that a stack underflow condition has been encountered.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the constructor forUnbalancedBraces
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnvironmentStackUnderflowException
public EnvironmentStackUnderflowException()This is the constructor forUnbalancedBraces
.
-