Class UnpickSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
daomephsta.unpick.constantmappers.datadriven.parser.UnpickSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class UnpickSyntaxException
extends java.lang.RuntimeException
Thrown when a syntax error is found in a .unpick file
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    UnpickSyntaxException​(int lineNumber, java.lang.String message)  
    UnpickSyntaxException​(int lineNumber, java.lang.String message, java.lang.Throwable cause)  
    UnpickSyntaxException​(java.lang.String message)  
    UnpickSyntaxException​(java.lang.String message, java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UnpickSyntaxException

      public UnpickSyntaxException​(int lineNumber, java.lang.String message, java.lang.Throwable cause)
    • UnpickSyntaxException

      public UnpickSyntaxException​(java.lang.String message, java.lang.Throwable cause)
    • UnpickSyntaxException

      public UnpickSyntaxException​(int lineNumber, java.lang.String message)
    • UnpickSyntaxException

      public UnpickSyntaxException​(java.lang.String message)