public class FontRuntimeException
extends java.lang.RuntimeException
Constructor | Description |
---|---|
FontRuntimeException(java.lang.String msg) |
Constructs a FontRuntimeException with the specified message.
|
FontRuntimeException(java.lang.String msg,
java.lang.Throwable t) |
Constructs a FontRuntimeException with the specified message
wrapping the underlying exception.
|
public FontRuntimeException(java.lang.String msg)
msg
- the exception mesaagepublic FontRuntimeException(java.lang.String msg, java.lang.Throwable t)
msg
- the exception mesaaget
- the underlying exceptionCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.