public final class MissingNameException extends Exception
Source.Builder.name(java.lang.String) to eliminate this exception. This exception
informs users of Source.Builder that they have to provide a name before building the
final Source object.
Some of the factory methods can determine the name automatically:
Source.newBuilder(java.io.File) or Source.newBuilder(java.net.URL). Other (like
Source.newBuilder(java.io.Reader)) require one to call
Source.Builder.name(java.lang.String) explicitly.
Rather than catching this exception, make sure your code calls
Source.Builder.name(java.lang.String).
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString