Class UnmarshalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.model.base.unmarshal.UnmarshalException
All Implemented Interfaces:
Serializable

public class UnmarshalException extends Exception
See Also:
  • Constructor Details

    • UnmarshalException

      public UnmarshalException(Location location, String message)
    • UnmarshalException

      public UnmarshalException(Location location, String message, Throwable cause)
  • Method Details

    • getLocation

      public Location getLocation()