- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.ess.xaos.ui.plot.LogAxis.IllegalLogarithmicRangeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LogAxis
public class LogAxis.IllegalLogarithmicRangeException extends RuntimeException
Exception to be thrown when a bound value isn't supported by the logarithmic axis.- Author:
- Kevin Senechal mailto: kevin.senechal@dooapp.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalLogarithmicRangeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalLogarithmicRangeException
public IllegalLogarithmicRangeException(String message)
-
-