Class UnsupportedTypeOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.types.api.UnsupportedTypeOperationException
All Implemented Interfaces:
Serializable

public class UnsupportedTypeOperationException extends RuntimeException
See Also:
  • Constructor Details

    • UnsupportedTypeOperationException

      public UnsupportedTypeOperationException(Type<?> type, String message)
    • UnsupportedTypeOperationException

      public UnsupportedTypeOperationException(Type<?> type, String message, Throwable cause)
  • Method Details

    • getType

      public Type<?> getType()