org.jvyamlb.exceptions
Class PositionedComposerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jvyamlb.exceptions.YAMLException
org.jvyamlb.exceptions.ComposerException
org.jvyamlb.exceptions.PositionedComposerException
- All Implemented Interfaces:
- java.io.Serializable, Positionable
public class PositionedComposerException
- extends ComposerException
- implements Positionable
- Author:
- Ola Bini
- 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 |
range
private Position.Range range
PositionedComposerException
public PositionedComposerException(java.lang.String when,
java.lang.String what,
java.lang.String note,
Position.Range range)
PositionedComposerException
public PositionedComposerException(java.lang.Throwable thr,
Position.Range range)
getPosition
public Position getPosition()
- Specified by:
getPosition
in interface Positionable
getRange
public Position.Range getRange()
- Specified by:
getRange
in interface Positionable
toString
public java.lang.String toString()
- Overrides:
toString
in class ComposerException