Package com.formdev.flatlaf.ui
Class FlatStylingSupport.UnknownStyleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.formdev.flatlaf.ui.FlatStylingSupport.UnknownStyleException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FlatStylingSupport
public static class FlatStylingSupport.UnknownStyleException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownStyleException(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownStyleException
public UnknownStyleException(String key)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-